﻿
#messageMask
{
	background: #000;
	filter: alpha(opacity=10);
	opacity: 0.1;
}
*html #messageMask
{
	background-color:Transparent;
}

.Dialog
{
	background: #fff;
	font-size: 9pt;
	font-family: Arial;
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);
}

.Dialog .Handler
{
	height: 25px;
	line-height: 25px;
	background: #DCE4F8 url(Images/Message/vista_title_bg.gif) repeat-x;
}

.Dialog .Title
{
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	float: left;
	padding-left: 5px;
	height:25px;
	background: url(Images/Message/vista_title_bg_left.gif) no-repeat top left;
}
.Dialog .TitleRight
{
	padding: 3px 3px 0px;
	height: 25px;
	float: right;
	background: url(Images/Message/vista_title_bg_right.gif) no-repeat right top;
}

.Dialog .CloseButton
{
	cursor: pointer;
	background: url(Images/Message/vista_close.gif) no-repeat 0 0;
	border: none;
	width: 26px;
	height: 18px;
}
.Dialog .ContentTable
{
	background: #F4F4F4;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.Dialog .ContentLeft
{
	width: 3px;
	font-size: 3px;
	background: url(Images/Message/vista_win_l.gif) repeat-y;
}
.Dialog .ContentRight
{
	width: 3px;
	font-size: 3px;
	background: url(Images/Message/vista_win_r.gif) right repeat-y;
}
.Dialog .MessageButton
{
	text-align: center;
	height: 30px;
}
.Dialog .Error
{
	font-size: 9pt;
	padding: 10px;
	vertical-align: middle;
	padding-left: 90px;
	background: url(Images/Message/vista_err.gif) no-repeat 20px 50%;
}
.Dialog .Information
{
	font-size: 9pt;
	vertical-align: middle;
	padding: 10px;
	padding-left: 90px;
	background: url(Images/Message/vista_info.gif) no-repeat 20px 50%;
}
.Dialog .Confirm
{
	font-size: 9pt;
	vertical-align: middle;
	padding: 10px;
	padding-left: 90px;
	background: url(Images/Message/vista_ask.gif) no-repeat 20px 50%;
}
.Dialog .Success
{
	font-size: 9pt;
	vertical-align: middle;
	padding: 10px;
	padding-left: 90px;
	background: url(Images/Message/vista_right.gif) no-repeat 20px 50%;
}
.Dialog .BottomRow
{
	height: 3px;
}
.Dialog .BottomLeft
{
	width: 3px;
	height: 3px;
	font-size: 3px;
	background: url(Images/Message/vista_win_lb.gif) no-repeat left bottom;
}
.Dialog .BottomMiddle
{
	height: 3px;
	font-size: 3px;
	background: url(Images/Message/vista_win_b.gif) repeat-x bottom;
}
.Dialog .BottomRight
{
	width: 3px;
	height: 3px;
	font-size: 3px;
	background: url(Images/Message/vista_win_rb.gif) no-repeat right bottom;
}
.Dialog .messageButton
{
	background: url(Images/Message/vista_btn_bg.gif) no-repeat;
	width: 80px;
	height: 21px;
	margin-left: 5px;
	margin-right: 5px;
	line-height: 21px;
	font-size: 9pt;
	color: #000;
	border: 0;
}